github.com/klauspost/compress/zstd.blockEnc.reset (method)
12 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L73: b.reset(nil)
blockenc.go#L87: func (b *blockEnc) reset(prev *blockEnc) {
dict.go#L267: block.reset(nil)
enc_base.go#L106: enc.reset(e.blk)
enc_base.go#L137: e.blk.reset(nil)
encoder.go#L277: blk.reset(nil)
encoder.go#L297: blk.reset(nil)
encoder.go#L621: blk.reset(nil)
snappy.go#L111: r.block.reset(nil)
snappy.go#L169: r.block.reset(nil)
snappy.go#L184: r.block.reset(nil)
snappy.go#L214: r.block.reset(nil)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |